* doc/lispref/macros.texi (Indenting Macros): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 19:34:05 +0000 (12:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 19:34:05 +0000 (12:34 -0700)
doc/lispref/ChangeLog
doc/lispref/macros.texi

index de379aaadeddb4741a5a45a5d6c56801068ee77c..5b39e7a99c018cf7d050a7cc0b5f901a41153937 100644 (file)
@@ -1,5 +1,7 @@
 2012-04-21  Glenn Morris  <rgm@gnu.org>
 
+       * macros.texi (Indenting Macros): Fix typo.
+
        * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
        (Resizing Windows, Deleting Windows, Selecting Windows)
        (Choosing Window Options, Horizontal Scrolling)
index a71d3379b8030e61ba9d194ad2115a7dd1efe5a8..b87e9f228f3704289a76a3f096125a8cd05cf800 100644 (file)
@@ -605,7 +605,7 @@ either.
 @section Indenting Macros
 
   Within a macro definition, you can use the @code{declare} form
-(@pxref{Defining Macros}) to specify how to @key{TAB} should indent
+(@pxref{Defining Macros}) to specify how @key{TAB} should indent
 calls to the macro.  An indentation specification is written like this:
 
 @example